home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / raytr / r3rmpnoi.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  957 b   |  44 lines

  1.  
  2. // JavaScript wrapper for r3rmpnoi.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_RENDERMATPROPNOISE_H = 1;
  7. include("real/raytr/r3rmprop.js")
  8.  
  9.  
  10. var R3CLID_RMPNOISE = 472;
  11.  
  12.  
  13.  
  14.  
  15. R3RMPNOA_1D = 472504;
  16. function SetR3RMPNOA_1D(value) {
  17.   R3Set(this.r3obj, R3RMPNOA_1D, value, R3TID_BOOLEAN, 0); 
  18. }
  19.  
  20. R3RMPNOA_Smooth = 472505;
  21. function SetR3RMPNOA_Smooth(value) {
  22.   R3Set(this.r3obj, R3RMPNOA_Smooth, value, R3TID_BOOLEAN, 0); 
  23. }
  24.  
  25. R3RMPNOA_4DInput = 472506;
  26. function SetR3RMPNOA_4DInput(value) {
  27.   R3Set(this.r3obj, R3RMPNOA_4DInput, value, R3TID_BOOLEAN, 0); 
  28. }
  29.  
  30.  
  31.  
  32. function r3Rmpnoise () { 
  33.    this.base = r3God;
  34.    if(arguments.length) {
  35.       this.base(R3CLID_RMPNOISE, arguments);
  36.    }
  37.    // Attributes
  38.    this.Set1D=SetR3RMPNOA_1D;
  39.    this.SetSmooth=SetR3RMPNOA_Smooth;
  40.    this.Set4DInput=SetR3RMPNOA_4DInput;
  41. }
  42.  
  43. r3Rmpnoise.prototype=new r3Rmatprop;
  44. // r3rmpnoi.h_H